Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 3.11 KB

File metadata and controls

39 lines (30 loc) · 3.11 KB

Test Run War

Definition:

  • Test failures occur at random when several people are running tests simultaneously.

Code Example:

Suite.run() --> Test 3 fails
Suite.run() --> Test 3 crashes
Suite.run() --> All tests pass
Suite.run() --> Test 3 fails

References:

Quality attributes